func go/types.hasVarSize

6 uses

	go/types (current package)
		builtins.go#L695: 		if hasVarSize(x.typ, nil) {
		builtins.go#L759: 		if hasVarSize(base, nil) {
		builtins.go#L783: 		if hasVarSize(x.typ, nil) {
		builtins.go#L924: func hasVarSize(t Type, seen map[*Named]bool) (varSized bool) {
		builtins.go#L943: 		return hasVarSize(u.elem, seen)
		builtins.go#L946: 			if hasVarSize(f.typ, seen) {